Click or drag to resize

ItemAttachment Class

Represents an Exchange item that is attached to another Exchange item.
Inheritance Hierarchy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class ItemAttachment : Attachment

The ItemAttachment type exposes the following members.

Constructors
  NameDescription
Public methodItemAttachment
Initializes a new instance of the ItemAttachment class.
Public methodItemAttachment(String)
Initializes a new instance of the ItemAttachment class.
Public methodItemAttachment(Item)
Initializes a new instance of the ItemAttachment class.
Public methodItemAttachment(String, Item)
Initializes a new instance of the ItemAttachment class.
Top
Properties
  NameDescription
Public propertyAttachmentId
Identifies the attachment.
(Inherited from Attachment.)
Public propertyContentId
Represents an identifier for the contents of an attachment.
(Inherited from Attachment.)
Public propertyContentLocation
Contains the Uniform Resource Identifier (URI) that corresponds to the location of the content of the attachment.
(Inherited from Attachment.)
Public propertyContentType
Describes the Multipurpose Internet Mail Extensions (MIME) type of the attachment content.
(Inherited from Attachment.)
Public propertyIsInline
Represents whether the attachment appears inline within an item.
(Inherited from Attachment.)
Public propertyItem
Contains the item that is associated with the attachment.
Public propertyLastModifiedTime
Represents when the file attachment was last modified.
(Inherited from Attachment.)
Public propertyName
Represents the name of the attachment.
(Inherited from Attachment.)
Public propertySize
Represents the size in bytes of the file attachment.
(Inherited from Attachment.)
Top
Methods
See Also